home *** CD-ROM | disk | FTP | other *** search
/ Chip 2007 January, February, March & April / Chip-Cover-CD-2007-02.iso / Pakiet bezpieczenstwa / AntySpyware / Spy Sweeper Free / ssftrialsnrsetup1_1894289931.exe / {app} / SpySweeperUI.exe / 0 / RCDATA / TTRAYMESSAGEFORM / TTRAYMESSAGEFORM.txt
Encoding:
Text File  |  2006-10-20  |  1.2 KB  |  59 lines

  1. object TrayMessageForm: TTrayMessageForm
  2.   Left = 333
  3.   Top = 109
  4.   BorderIcons = [biSystemMenu]
  5.   BorderStyle = bsDialog
  6.   ClientHeight = 57
  7.   ClientWidth = 202
  8.   Color = clInfoBk
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'Tahoma'
  13.   Font.Style = []
  14.   FormStyle = fsStayOnTop
  15.   OldCreateOrder = False
  16.   Scaled = False
  17.   OnClose = FormClose
  18.   OnCreate = FormCreate
  19.   OnDestroy = FormDestroy
  20.   OnShow = FormShow
  21.   DesignSize = (
  22.     202
  23.     57)
  24.   PixelsPerInch = 96
  25.   TextHeight = 13
  26.   object lblMessage: TResLabel
  27.     Left = 8
  28.     Top = 2
  29.     Width = 190
  30.     Height = 28
  31.     Anchors = [akLeft, akTop, akRight]
  32.     AutoSize = False
  33.     Caption = 'you have 12315 spy sweeper alerts to review'
  34.     Transparent = True
  35.     WordWrap = True
  36.   end
  37.   object lblLink: TResLabel
  38.     Left = 8
  39.     Top = 38
  40.     Width = 54
  41.     Height = 13
  42.     Cursor = crHandPoint
  43.     Caption = 'open alerts'
  44.     Transparent = True
  45.   end
  46.   object tmrShowDelay: TTimer
  47.     Enabled = False
  48.     Interval = 5000
  49.     OnTimer = tmrShowDelayTimer
  50.     Left = 166
  51.     Top = 28
  52.   end
  53.   object ThemeForm: TTeForm2
  54.     ThemeObject = 'TrayDialog'
  55.     Left = 8
  56.     Top = 8
  57.   end
  58. end
  59.